summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/xml/data_extraction_rules.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/android/app/src/main/res/xml/data_extraction_rules.xml')
-rw-r--r--src/android/app/src/main/res/xml/data_extraction_rules.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/android/app/src/main/res/xml/data_extraction_rules.xml b/src/android/app/src/main/res/xml/data_extraction_rules.xml
new file mode 100644
index 000000000..c10efcf56
--- /dev/null
+++ b/src/android/app/src/main/res/xml/data_extraction_rules.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<full-backup-content>
+
+ <exclude
+ domain="external"
+ path="./load/" />
+
+ <exclude
+ domain="external"
+ path="./log/" />
+
+ <include
+ domain="external"
+ path="." />
+
+ <include
+ domain="sharedpref"
+ path="." />
+
+</full-backup-content>